I got the eigenvalues which equal $4$, $-2$ and $-2$. The matrix is $$\begin{pmatrix}1 &-3& 3 \\3& -5 &3\\ 6 &-6 &4\end{pmatrix}$$
Now, usually, when I solve these, the second row always ends up automatically equaling zero. Is the same method applied when solving for a $3\times3$ matrix? Only ending up with the top row? Because I'm messing around with the matrix and I think that's possible.
Edit: I'm messing around with it and I don't think that is possible.
The eigenvalues you got are correct. I'm not sure what you mean by one row always equaling zero. It is true that when you compute $A-\lambda I$ and row-reduce it, that you will get at least one zero row precisely when $\lambda$ is an eigenvalue. You may get more than one zero row (in the case you have given, you will) when the dimension of the eigenspace is greater than one.