When the "Remove" button is pressed on Impulse theme, I would like it to stay on the same page

Hi,

I would like to ask if this code

<div class="cart__remove">
          <a href="{{ routes.cart_change_url }}?id={{ product.key }}&quantity=0" class="text-link">
            {{ 'cart.general.remove' | t }}
          </a>
        </div>

can be edited so when the user clicks remove button, it doesn’t reroute to the Cart page, but it stays on the same page. It can be refreshed as it currently refreshes, but I don’t want it to reroute to Cart page.

Thank you