How to hide grid action button from "sw-entity-listing" listing in shopware 6?

Like so

Component.extend('my-listing', 'sw-entity-listing', {
    template: '{% block sw_data_grid_body_cell_actions %}{% endblock %}'
});

And use