# Removing liquidity

Removing liquidity is a process of redeeming received [Liquidity Provider Tokens](/glossary.md#liquidity-provider-token) back into the deposited tokens. By doing this, the user receives back their portion of the tokens locked in the liquidity pool.

The value of LP tokens is impacted by several factors over the time the liquidity is locked in the pool:

1. By accumulated [swap fees](/glossary.md#swap-fee)
2. In the case of ADA/token pools also accumulated staking rewards
3. And lastly the change in the ratio of the [asset pair](/glossary.md#asset-pair)

That means that the liquidity provider removing his liquidity may receive tokens in a different ratio. Since WingRiders currently uses a constant-function market maker, similar to other DEXes, the value of the liquidity pool tokens is susceptible to [impermanent loss](https://academy.binance.com/en/articles/impermanent-loss-explained).

A simple example of a liquidity removal can be seen in the following image:

![A general example of a user redeeming his LP tokens](/files/ilRWx4BAC38ojunlV3gk)

## Guide

You can access the option to remove liquidity through the <mark style="color:orange;">Pool</mark> and Portfolio tabs. In the <mark style="color:orange;">Pool</mark> tab, you can filter the desired pool using the provided filter text field. In the Portfolio tab, you have listed only the pools you have liquidity in.

![](/files/peTxPnty7AFUVwsaMOMQ)

![](/files/IeSJZCX5mqxRfBr1vyk4)

After clicking on the **Deposit/Manage** button, a **Manage liquidity** form will appear. You want to have selected the Remove liquidity option. Here you can choose the percentage of your provided liquidity to remove.

![](/files/efHnVCtRFLXVhMpDRMLT)

To access the **Transaction settings**, click the ⚙️ button. There you will find the option to adjust the slippage tolerance and deadline.

![](/files/pBJOJE5WsDqoHrBjSx1U)

Once you are ready, click **Withdraw Liquidity**. WingRiders will let you once more review the transaction details. If you are satisfied with the transaction, confirm it using the **Confirm** button. Afterward, you will be prompted by your connected wallet to sign the transaction (*example from Nami Wallet, the interface may differ in other wallets*).

![](/files/2b4P6Iz0gJWBs7JX167e)

After a successful signature, WingRiders will inform you about a successful withdraw liquidity request submission. You can track the progress of your request in the **Transactions** tab, either by clicking **Transaction list** in the message window or clicking **Transactions** in the top right corner.

![](/files/iNbHQWeY25PvzfcnLTdG)<img src="/files/XPehFalal8HrvRXMqRiq" alt="" data-size="original">

After successful execution, you will see that swap listed in the **Completed** tab.

![](/files/BQsrInPM5F8jrIHzeaBQ)


---

# 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.wingriders.com/actions/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.
