FWL theorem
Source: econterms

Given a statistical model y = X1b1 + X2b2+ e
where
y is a vector of values of a dependent variable,
the X's are linearly independent matrices of predetermined variables, and
the e's are errors, we could premultiply the equation by M1=I-X1(X1'X1)-1X' which projects vectors in the space spanned by X1 to zero, and run OLS on the resulting equation M1y = M1X2b2+ M1e
and (the theorem says) would get exactly the same estimate of b2 that OLS on the first equation would have given.
This use of premultiplying is used in the derivation of many estimators: notably IV estimators and FE estimators.