# Remove a Position

### **1. Find the pool**

Visit the **Pool Details** page by clicking on the pool to remove a position.

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

### **2. Click on Remove Position**

Click on the **Remove Position** button on the right side of the page.

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

### **3. Select positions**

From the list of your positions in the pool, select the ones you'd like to remove and click on **Remove Position**. Note that you may only remove unstaked positions. To remove staked positions, you must first unstake them.

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

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

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

<figure><img src="/files/z4FlD9sv6IdpOlvMd6nW" 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/HJiWhDffOaGPEvmmE1ej" alt=""><figcaption></figcaption></figure>

### **6. Check your closed position**

Once your transaction is complete, return to the **Pool Details** page and find your closed position by activating the **Show closed positions** toggle.

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


---

# 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.gnoswap.io/user-guide/providing-liquidity/remove-a-position.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.
