> For the complete documentation index, see [llms.txt](https://docs.rosswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rosswap.com/zh/product/remove.md).

# 移除流动性

## 步骤一

先准备好FON矿工费通过去中心化钱包浏览器进入到ROSSWAP“<mark style="color:purple;">流动池</mark>”界面。

进入到<mark style="color:purple;">流动池</mark>页面后，可以看到已添加的流动性数据，点击右边的“管理”，开始进入流动池管理页面。

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

## 步骤二

进入到<mark style="color:purple;">流动池管理</mark>页面后，点击“去除”按钮，开始移除流动性。

<figure><img src="/files/4FNw64FkCQTB9tKqBR4Y" alt=""><figcaption></figcaption></figure>

## 步骤三

进入到移除界面后，可以自己选择去除比例，如果要全部去除，点击MAX,最大化去除即可，然后点击“批准”按钮，点击“批准”按钮后并授权，然后进入到确认去除页面。

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

## 步骤四

进入到确认去除页面后，点击“确认”按钮，进入到输入密码确认页面，按要求输入密码确认即可。

密码确认后，等待区块完成即可，最后再刷新ROSSWAP流动池页面，如果不再显示你添加过的流动性，那么本次去除流动性就成功了。

<figure><img src="/files/vuDOiivwLJaXu8s1jMA7" 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.rosswap.com/zh/product/remove.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.
