> For the complete documentation index, see [llms.txt](https://docs.oswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oswap.io/protocol/pair/burn.md).

# Burn

Withdraw liquidity in the pair by burning pool assets.

### **Arguments**

* **Send pool asset** `output` *required*
* **to** `data` *optional*\
  Define the receiver address.
* **deadline** `data` *optional*

  Define a timestamp, the request will be bounced if deadline expired.

### **Example**

```javascript
{
  trigger: {
    outputs: {
      base: 10000,
      'gD5qf2cwFjVQN+6EefOF2QCsey+eFZz5KvKuybE3XbY=': 50000
    }
  }
}
```

### Retur**ns**

```javascript
{
  responseVars: {
    type: 'burn',
    asset0_amount: 50000,
    asset1_amount: 256000
  }
}
```
