jQuery eliminar enlace href
$("a[href='https://google.com']").remove();
Shadow
$("a[href='https://google.com']").remove();