# Remove Liquidity

Now that we have learned how to add liquidity and perform swaps on Soroswap, let's explore how to remove liquidity from our liquidity positions.

## Step 1: Navigate to the Liquidity page

1. Go to the Soroswap app and click on the "Liquidity" tab in the navigation menu.

![Liquidity page](/files/EwS0KvhUX9WiUUnOznUu)

## Step 2: Select the liquidity position

1. Find the liquidity position from which you want to remove liquidity.
2. Click on the liquidity position to view its details.

![Select liquidity position](/files/rmWvmjg8wBZ4opE2ksZQ)

You will see a modal displaying the liquidity pool information, balances, and your share of the pool.

3. Click the "Remove" button to proceed to the remove liquidity page.

## Step 3: Remove liquidity

1. In the "Remove Liquidity" section, use the slider or enter the amount of liquidity you would like to remove.

![Remove liquidity](/files/jG8k9uFOTYs2EILhNbXf)

2. Click the "Remove" button.

![Confirm removal](/files/NiZNA0qy4jlVUOqCNg1d)

3. Review the details of the removal, including the amount of tokens you will receive.
4. If everything looks correct, click the "Confirm" button.

## Step 5: Confirm the transaction

1. Your Freighter wallet will open, displaying the transaction details.
2. Review the transaction information and click "Approve" to confirm the removal.
3. Wait for the transaction to be confirmed on the blockchain.

## Step 6: View the transaction details

1. Once the transaction is confirmed, you will see a success message indicating that the liquidity removal was completed.
2. You can also view the transaction details with the transaction hash or by clicking "View on explorer".

Congratulations! You have successfully removed liquidity from a pool on Soroswap. You can now explore other liquidity positions or continue to engage with the exciting world of decentralized finance.


---

# 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.soroswap.finance/additional-resources/05-tutorial/06-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.
