# How to Remove Liquidity

To remove liquidity from a pool, navigate to the portfolio page and click on the current LP position that you would like to remove.

<figure><img src="/files/CH8kS0WL0d8qRl1cBrWx" alt=""><figcaption></figcaption></figure>

Navigate to the withdraw tab in the pool page.

<figure><img src="/files/QZzoDsAqseDbxRfH1E2o" alt=""><figcaption></figcaption></figure>

You can withdraw using zap or by doing it manually.

### Zapping

Removing liquidity using zap means you can withdraw your liquidity into your token of choice. Simply select how much of your LP you want to withdraw and the token you would like to receive your position in.

<figure><img src="/files/Q1dFx8D0kmhmqloiZSc7" alt="" width="280"><figcaption></figcaption></figure>

*Note: If you are staking your LP in a farm, you must unstake first to withdraw.*\
\
The max available amount is all of the liquidity in the pool available to be withdrawn (liquidity that is borrowed as open interest cannot be withdrawn immediately).

You can also see your price impact and set the slippage setting using the gear icon in the top right corner.

### Manual

If the price impact is high, you can also withdraw manually which will enable you to withdraw your liquidity in a 50:50 ratio for the tokens in the pool.\
\
To toggle a manual withdraw, simply click on the Zap button.

<figure><img src="/files/C3UAe3ujIwNQ2aWT7NgP" alt="" width="375"><figcaption></figcaption></figure>

Select the percentage of liquidity you would like to withdraw then press the "Approve" and "Confirm" buttons. You can also set your slippage tolerance by clicking the "Gear Icon" and inputting a slippage amount.

<figure><img src="/files/O0env95fGUeGhSKmMKR0" alt="" width="375"><figcaption></figcaption></figure>

"Approve" and then "Confirm" the transaction to remove your liquidity.<br>


---

# 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.gammaswap.com/guides/provideliquidity/how-to-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.
