# Skydrome Withdraw Liquidity Tutorial

LP Withdraw:

1-Identify which pool you wish to withdraw from. You can do this by searching the “Add Liquidity” transactions under your wallet. Example below:<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeFuJXIGidDQhHClIIw59JCX0_dLqzEDDG01MYpSH-iNA8SZI5s30wLL6JX8646Lsoj6MITSnI5FvcWdWHpL5kZt_psnyPF8TL__KRqgCxJz6iJ4ykyQGZ8Xmi5W92blFXfzdIBQQ?key=42d1J4QYP0al01Gzz9imhiwu" alt=""><figcaption></figcaption></figure>

2 - Inside the Add liquidity transaction, go to ERC20 Transfers section. You need to note this value down for withdrawal. This is your LP Token balance. For this example its <mark style="color:green;">0.976937244006438546</mark>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdevtUWqYbx2-Sy51JJtSupYDkiC46VG2FWtFqHDAuHK-9YPBodVO8nu5yz41Pu0nnF9A84VJX5uvfMqqzL_DAFbMyyXODnszz1TSIO-0tcOPBnVkheOz2pCuC2C7en55p7Tn5Bfg?key=42d1J4QYP0al01Gzz9imhiwu" alt=""><figcaption></figcaption></figure>

3 - Go to <https://scrollscan.com/address/0x03290a52ba3164639067622e20b90857eaded299#writeContract>

4 - Connect your browser wallet.&#x20;

5 - Go to remove liquidity. You need to fill everything here correctly. Check below.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdk58GfbulMKHBqlRNXJQw61YLuIeWu1RB_Tv668ZsfSIesFPIfbHnGc_QKkzaYk7oNX0g-1pvDX7de1j8_ovBNgR800Jnr11B1OXo24ko9TKq0Ngbme47et86wm7g9mpWXcz06?key=42d1J4QYP0al01Gzz9imhiwu)

tokenA: Address of tokenA of the pool

tokenB: Address of tokenA of the pool

stable: for volatile pools → false, for stable pools→ true

Liquidity: LP Token Balance explained at 1

amountAMin: This is a slippage parameter. The lower this parameter, the higher chance of your transaction being included in the blockchain. But it also means you may experience higher slippage.

amountBMin: This is a slippage parameter. The lower this parameter, the higher chance of your transaction being included in the blockchain. But it also means you may experience higher slippage.

To: Your Wallet Address

Deadline: unit timestamp of transaction deadline. Go to <https://www.epochconverter.com/> and find the timestamp for 5-15 minutes later.

6 - Click Write button and confirm wallet prompt.&#x20;

{% hint style="info" %}
Note: If you set the slippage params too high or if you set the deadline too close, the transaction may fail. If your transactions are failing, try adjusting both accordingly according to your preference.
{% endhint %}

<br>

<br>

<br>


---

# 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.skydrome.finance/features/liquidity-pools/skydrome-withdraw-liquidity-tutorial.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.
