# Remove liquidity from an AMM pool

On the ‘[My Investments](/assets-and-markets/assets-page.md#my-investments)’ tab, you will see ‘<mark style="color:blue;">My AMM Liquidity</mark>’ which shows you the pools currently have assets in. You can go ahead and click ‘<mark style="color:blue;">Redeem</mark>’.

You will be prompted to decide how much of your assets you want to withdraw from that pool. Decide the amount, which effectively means redeeming your LP tokens for that portion of the underlying two tokens.

You will see the amount of each token you will be getting back in return. Please note that there is a very small fee when removing liquidity from a pool!

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

{% hint style="info" %}
This amount you are removing includes any fees you have earned throughout your time providing liquidity. LP fees (0.2%) automatically accrue to the pool every time someone swaps with that pool. This enlarges the pool for all LPs, so when you remove your liquidity, you are taking your share of the fees with you.
{% endhint %}

There is a fee to remove liquidity from the AMM pool. This is because the operation, even though done on L2, has a smaller corresponding L1 gas cost. So the cost varies with gas prices on L1. At time of writing, it is 0.01005 ETH.


---

# 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-dapp.loopring.io/earn/overview/amm-pool/remove-liquidity-from-an-amm-pool.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.
