From answers found in stack overflow, I noticed that WooCommerce cart data stored in wp_woocommerce_sessions
database table, but after deleting data from this table and also deleting related cookies and session store in the browser, all items are still remaining in the cart.
How to remove WooCommerce persistent cart data from database?