# Remove Liquidity

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

Remove Liquidity Removing liquidity from a pool allows you to withdraw your funds from the pool. Keep in mind that removing liquidity also means you will no longer earn trading fees or farming emissions from the pool.

To remove liquidity, follow these steps:

1. Go to the ‘’Trade -> Liquidity’’ tab
2. Select the pool you wish to remove liquidity from.
3. Click on ‘’Manage’’ next to the pool.
4. Enter the amount of liquidity you wish to remove and click on ‘’Remove’’.
5. Approve the transaction in your wallet.
6. Once the transaction is confirmed, your funds will be returned to your wallet.

Keep in mind that removing liquidity from a pool can result in impermanent loss, which occurs when the relative value of the two tokens in the pool changes while you hold them. This is a risk associated with providing liquidity to any decentralized exchange. You can learn more about impermanent loss by clicking here.

It's important to carefully consider the risks associated with removing liquidity before taking any action.


---

# 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://zksync-labs.gitbook.io/zksync-labs/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.
