Assume that $L_1$ is a regular language over the alphabet $\Sigma$. The function $\phi: \Sigma^* \rightarrow \Sigma^*$ cancels every second symbol, so for example $\phi(z_1z_2z_3z_4) = z_1z_3.$ Show that $L_2 = \{\phi(z) | z \in L_1\}$ is regular too.
After a couple of attempts, I figured out that it might be the best course of action to use the pumping lemma here. So, we know that every regular language fullfills the pumping lemma. So by assuming that $L_2$ wouldn't be regular, we would further assume that the pumping lemma doesn't hold, so that there is a word $z = uvw \in L_2$ that doesn't hold for all the conditions (which can be seen here https://en.wikipedia.org/wiki/Pumping_lemma_for_regular_languages#Formal_statement).
Unfortunately, I don't know where to go from here.