Solution:1
You can do it by using the css or need to check your code to find and remove the button. If you are using the plugin then please check for the hook you are using and edit that one.
With the CSS, you can easily hide the checkout button.
Use it like
.widget_sidebar .checkout_button {
display: none;
}