Let $φ:\mathbb{C[x,y,z]}\to \mathbb{C[t]}$ by $φ(f(x,y,z))=f(t,t^2,t^3)$. Find generators for ker($φ$).
This is a scan of my work so far, with my conjecture boxed at the top. I want to be able to write k(x,y,z) in the form $(x^2-y)f(x,y,z)$+$(x^3-z)g(x,y,z)$+$(y^3-z^2)h(x,y,z)$ for some polynomials f,g, and h. How can I do this? Or, if my conjecture is wrong, please lead me on the right path.

EDIT
I have been informed that the $(y^3-z^2)$ generator is redundant. (Thanks Daniel!) That being said, how can I express $k(x,y,z)$ in the form $(x^2-y)f(x,y,z)$+$(x^3-z)g(x,y,z)$? I'm looking for an explicit formula; I would prefer to avoid the division algorithm unless absolutely necessary, since the division algorithm I am familiar with is for single variable polynomials only.
You have the homomorphism $\phi:\mathbb{C}[x,y,z]\to \mathbb{C}[t]$ defined by $$\phi(p(x,y,z))=p(t,t^2,t^3)$$ Let $I$ be the kernel of $\phi$.
By definition, $I=\{p \in \mathbb{C}[x,y,z]\mid p(t,t^2,t^3) = 0\}$.
Let $J$ be the ideal of $\mathbb{C}[x,y,z]$ given by $$J=(x^2-y,x^3-z)$$ It's easy to verify that each of the generators of $J$ satisfies the condition for membership in $I$, hence $J \subseteq I$.
The goal is to show $J = I$.
Suppose instead that $J$ is a proper subset of $I$.
Let $p \in I\setminus J$.
Reducing $p\;\text{mod}\;(x^2 - y)$, we can replace all occurrences of the variable $y$ by $x^2$, and the new polynomial, $p'$ say, is still in $I\setminus J$. Note that $p'$ is in the subring $\mathbb{C}[x,z]$ of $\mathbb{C}[x,y,z]$ (i.e., the variable $y$ is not present in any of the terms of $p'$).
Reducing $p'\;\text{mod}\;(x^3 - z)$, we can replace all occurrences of the variable $z$ by $x^3$, and the new polynomial, $p''$ say, is still in $I\setminus J$. Note that $p''$ is in the subring $\mathbb{C}[x]$ of $\mathbb{C}[x,y,z]$ (i.e., the variables $y,z$ are not present in any of the terms of $p''$).
But then \begin{align*} &p''(x) \in I\\[4pt] \implies\;&p''(t) = 0\;\text{in}\;\mathbb{C}[t]\\[4pt] \implies\;&p''(x)= 0\;\text{in}\;\mathbb{C}[x]\\[4pt] \implies\;&p''= 0\;\text{in}\;\mathbb{C}[x,y,z]\\[4pt] \end{align*} contradiction, since $p'' \notin J$.
It follows that $J=I$, as was to be shown.