(function ($){
$(document).on('click', 'a.remove', function(){
$('.woocommerce .woocommerce-error').remove();
});
})(jQuery);