```html
<button data-cart-remove="1">Remove from Cart</button>
```

On a `click` event, remove the line number given by `data-cart-remove` from the cart.

Line numbers are one-indexed; that is, the first line item has a line number of `1`.
