# Remove Liquidity

When a Liquidity provider wants to remove all or part of their liquidity, they:

1. Can send back an equal dollar value of LP tokens to the initially provided amount/amount they wish to remove,
2. Behind the scenes these LP get burned,&#x20;
3. The user receives back their liquidity and keeps the rest as LP rewards.

To remove liquidity on HeliSwap:&#x20;

1. Go to **My positions** and choose the pool you wish to Remove liquidity from. Click **Remove liquidity.**&#x20;

   <figure><img src="/files/gAxnFCvATMAh3eHIEI6C" alt=""><figcaption></figcaption></figure>
2. The next screen will prompt you to choose the proportion of liquidity to be removed, or specify an exact amount. \
   You might be required to **Approve LP** tokens (give permission to the smart contracts to use your tokens). Click **Approve LP.**&#x20;

   <figure><img src="/files/CY923gktztkslFwdhhj4" alt=""><figcaption></figcaption></figure>
3. Once LP tokens are approved, you can verify your chosen amount of liquidity to be removed and click **Remove.**&#x20;

   <figure><img src="/files/nnh1Q1yUywthg98yg3gS" alt=""><figcaption></figcaption></figure>
4. A summary modal is shown. Click **Confirm** and **Approve** the transaction in HashPack.&#x20;

   <figure><img src="/files/8fZkP6cgNJLLhb9k7mbm" alt=""><figcaption></figcaption></figure>
5. You have successfully removed your liquidity! In addition, removing liquidity automatically distributes your fees earned from this position.&#x20;


---

# 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.heliswap.io/getting-started/navigation-through-heliswap/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.
