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

# Decrease Liquidity

{% hint style="info" %}
**Decrease Liquidity in Your Position**

You may partially remove tokens from your existing position to decrease liquidity without closing it.
{% endhint %}

### **1. Click on your position**

Under **My Positions**, select a position to decrease liquidity from.

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

### **2. Click on Decrease Liquidity**

Once you land on your position card, expand the **Manage** dropdown and click on **Decrease Liquidity**.

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

### **3. Select a percentage**

Select a percentage of liquidity to decrease from your position. The exact amount of tokens to be decreased will be displayed at the bottom. Selecting 100% will close your position. Click on **Decrease Liquidity** to proceed.

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

### **4. Preview your transaction**

A breakdown of the selected position will appear. Review the details and click on **Confirm Decrease Liquidity**.

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

### **5. Approve your transaction**

A pop-up from Adena will appear in a new window, prompting you to approve the transaction. Click on **Approve** to proceed.

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

### **6. Check your new position balance**

Return to your position and check your new balance. You can also expand the **Position History** to double-check your transaction.

<figure><img src="/files/9tA4EF2M83oomTq8UvTS" alt=""><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.gnoswap.io/user-guide/providing-liquidity/decrease-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.
