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

On a `click` event, remove the variant given by `data-cart-remove-id` from the cart.

If multiple line items exist for the specified variant, all of them will be removed.
