The Magento 2 CMS enables admin users to modify the built-in functionality to make managing orders and customers and administering the Magento 2 store easier.
The administrator might, for instance, add a unique column to the products grid.
What happens, then, if an administrator in Magento 2 wants to dynamically remove a column from the admin grid?
In Magento 2, it is possible that adding a custom column to the admin grid is necessary when creating a custom module. Additionally, it would be desirable to eliminate that custom column whenever the custom module is disabled.
Use the following solution in that situation to remove a column from the admin grid dynamically in Magento 2.
For more information, Visit : https://meetanshi.com/blog/remove-column-from-admin-grid-dynamically-in-magento-2/