# Remove Liquidity

1. Make sure you are on [basin.exchange](https://basin.exchange/) and [connect your wallet](/guides/basics/connect-to-basin.md).
2. Navigate to the “Liquidity” page. Under the "My Liquidity Positions" tab, select the Well from which you want to remove liquidity.
3. Select "Add/Rm Liquidity" then "Remove Liquidity".
4. Input the quantity of LP tokens you would like to remove.
   * You can receive one token in the Well by selecting "Single Token" or both tokens by selecting "Multiple Tokens".
   * If you select "Multiple Tokens", selecting "Claim in balanced proportion" will return an equal dollar value of each token.
   * If you select "Single Token", or "Multiple Tokens" and do not "Claim in balanced proportion", your transaction will have a price impact on the Well.
5. A transaction preview including price impact can be viewed by expanding the "Expected Output" toggle.
6. You may select a slippage tolerance by selecting the gear icon under "Expected Output". The default slippage tolerance is 0.1%.
7. If you have previously approved the LP tokens, skip to Step 9. Otherwise, select “Approve \[Token]”. This allows the Basin contract to spend the LP token, but does not remove liquidity yet.
8. Confirm the approval transaction in your wallet, and your hardware wallet, if applicable. You should verify that the transaction is interacting with the [correct contract](/resources/contracts.md) before signing it.
9. Select “Remove Liquidity”.
10. Confirm the transaction in your wallet and your hardware wallet, if applicable. You should verify that the transaction is interacting with the [correct contract](/resources/contracts.md) before signing it.
11. After the transaction has been confirmed by the network, your tokens will be in your wallet.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.basin.exchange/guides/using-wells/remove-liquidity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
