# Removing Liquidity

Liquidity providers can burn their FLYP-LP tokens at any time to withdraw their proportional share of ETH and LP tokens from the pools. The formulae for ETH and LP withdrawals are as follows [\[4\]](/flype-protocol/resources/references.md):

<div align="center"><img src="/files/2MEUM5X02EatdnLEv3Gs" alt=""></div>

ETH and LP tokens are withdrawn at the current exchange rate (reserve ratio), not the ratio of their original investment. This means that some value may be lost due to market fluctuations and arbitrage.&#x20;

The fees taken during trades are added to total liquidity pools without minting new liquidity tokens. Because of this, ETHWithdrawn and LPWithdrawn include a proportional share of all fees collected from the time that the liquidity was first added.


---

# 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://flype-protocol.gitbook.io/flype-protocol/imm/the-math-behind-imm/removing-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.
