# How to Withdraw Liquidity?

Withdrawing liquidity from a pool is simple. Follow these steps to remove your assets:

### 1. Navigate to Your Liquidity Positions

* Open the app and go to the **Earn** tab.
* Select **Pools** to view all your liquidity positions.

<div><figure><img src="/files/Kpdoj7NRYm9xcIPTKQOJ" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/MHmDuBFWfo8r6zFZ7VqU" alt="" width="188"><figcaption></figcaption></figure></div>

### 2. Select the Pool for Withdrawal

* In the **Pools** page, choose the pool from which you'd like to withdraw assets.
* Select **Withdraw** on the top right

<div><figure><img src="/files/3uNfVMn3BQTH0T8vc3Qg" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/GRl7sN3O1pP47wRYI19o" alt="" width="188"><figcaption></figcaption></figure></div>

### 3. Choose the Withdrawal Method

* On the Same screen, select your preferred withdrawal method: **Symmetrical** (both assets of the pool) or **Asymmetrical** (a single asset).
  * **Note**: If you made an asymmetrical deposit, you can only withdraw the asset you originally deposited (e.g., if you deposited BTC, you can only withdraw BTC).
  * For **Symmetrical** deposits, you can withdraw both assets in the pool.

<figure><img src="/files/zhkAXVZTUwvuFVhSYIJJ" alt="" width="188"><figcaption></figcaption></figure>

{% hint style="success" %}
In this example, we’re withdrawing **RUNE** from a liquidity pool.\
Since the original deposit was made **asymmetrically** (RUNE only), the withdrawal must also be **asymmetrical** — meaning **RUNE only**.

👉 That’s why the app does **not** show any other withdrawal options.
{% endhint %}

### 4. Set the Withdrawal Amount

* Enter the amount you'd like to withdraw from the pool.
* if you would like to withdraw the whole position click on **max** at the bottom of the screen.
* and then click **next**

<figure><img src="/files/MTXR9yar2o621CWEYcnt" alt="" width="188"><figcaption></figcaption></figure>

### 5. Confirm the Withdrawal

* Once you're ready, click **Withdraw** to broadcast the transaction.

<figure><img src="/files/iBm5Ho2eXDmb4jyVzW8q" alt="" width="188"><figcaption></figcaption></figure>

6\. Transaction Completion

* Your transaction will be broadcasted on the network, and you should receive the assets in a few minutes. However, depending on network congestion and the outbound queue, some transactions may take longer.

<figure><img src="/files/6UWUtrR47fI7LqEeEMkh" alt="" width="188"><figcaption></figcaption></figure>

{% hint style="warning" %}
**NOTE:**&#x20;

* If you make an **asymmetrical deposit**, you can only withdraw the liquidity position in the asset you originally deposited (e.g., if you deposit BTC, you can only withdraw BTC).
* For **symmetrical deposits**, you can withdraw your liquidity position in both assets of the pool.
  {% endhint %}


---

# 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://faqs.thorwallet.org/how-to-guides/how-to-withdraw-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.
