Activityから特定のViewを削除する(GONEではないよ)

ViewGroup p = (ViewGroup) view.getParent();
p.removeView(view);