I want a proof of this conjecture:
Given a number $n$ with more than two figures written in a positional base-$b$ numeral system and let $n'$ be a base-$b$ number obtained by removing a consecutive pair of equal $b$-figures in $n$. Then $$\,n\!\!\mod (b+1)=\,n'\!\!\mod (b+1)$$
Example: $123345667 \mod 11 = 1245667 \mod 11$ for $b\ge 8$.