It seems that the cancel package does not behave well as one needs to cross out 'large' amount of text as the bar crosses the next line, and the result clearly seems unacceptable.
\documentclass{article}
\usepackage{cancel}
\usepackage{amsmath}
\begin{document}
\begin{align*}
&\cancel{1+1+1+1+1+1+1+1=0}\\
&1+1=2
\end{align*}
\end{document}
It there a way to remedy this?

\bcancelinstead of\cancelhelp? – Oct 03 '17 at 07:02tikz– Oct 03 '17 at 07:19