Remove the Shop pay / apple pay / Pay pal buttons from cart page

@Gem3

Thanks for the URL. Please add the following code at the bottom of your assets/theme.scss.liquid file.

.template-cart .additional-checkout-buttons{
display: none;
}

Hope this works.

Thanks!