Hello @ruskiller777
Remove redirection after cart items remove
By default, there’s no redirection on the cart page if an item gets removed from the cart. The page simply gets reloaded using AJAX to reflect the changes. If you do see a redirect on your end, that redirect must come from your current theme or form one of the plugins that you are using. You can find out what causes this redirect by switching to a default theme, such as the Twenty Twenty theme, and deactivate all plugins and then activate the plugins one by one while testing the redirect issue.
also i dont want to show this message about item was removed because its looks bad and broke site theme divs!
To hide the message that the items was removed on the cart page, you can:
1. Overwrite the notices.php template
2. Using hooks
3. Using CSS
You can find further information on how to achieve this on https://stackoverflow.com/a/38191439/12001916. Please note that we do not offer support for custom code. If you have further questions regarding this issue, I suggest adding a comment in stackoverflow.com.