> For the complete documentation index, see [llms.txt](https://docs.piperx.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.piperx.xyz/user-guide/how-to-add-liquidity/how-to-remove-liquidity.md).

# How to Remove Liquidity

1. **Navigate to Your Position:** Go to the "Position" section in the PiperX interface to view all your active liquidity positions.
2. **Click on the "-" Button:** For the position from which you wish to remove liquidity, click on the "-" button next to the position.&#x20;

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

3. **Adjust Liquidity Removal Percentage:** Use the slider to select the percentage of liquidity you want to remove. You can adjust it to your desired amount.

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

4. **Confirm the Removal:** Once you've selected the amount, confirm "**Decrease**" button, and the liquidity will be removed from your position.

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

<figure><img src="/files/r3P6lceeJTY6jzSrWaLA" alt="" width="301"><figcaption></figcaption></figure>

<figure><img src="/files/9qoGi0x2MdBGc7xowTBY" alt="" width="310"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.piperx.xyz/user-guide/how-to-add-liquidity/how-to-remove-liquidity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
