jQuery sayfanızda çağırılmış olarak düşünüyorum.

$(function(){
if ($(window).width() < 768){
$("#test1").remove();
$("#test2").remove();
$("#test3").remove();
}
})