I'm trying to find the UMVUE of $e^{-2\lambda}$ with
$X_1, X_2,\ldots,X_n \sim \operatorname{Poisson}(\lambda)$ being independent.
So since $T(X) := \sum_{i=1}^n X_i$ is a complete sufficient statistic for the Poisson distribution, and also $W(X):= \mathbf{I}(X_1 + X_2 = 0)$ is an unbiased estimator of $e^{-2\lambda}$, then by Lehmann_Scheffe,
$$\tau(T)= \mathbb{E}(W(T)\mid T(X))
$$
is the UMVUE of $e^{-2\lambda}$.
I'm having trouble computing $\tau$ so I would like to see if this is correct:
First, to find the expectation, I need the PDF.
$$\mathbb{P}(W(T)=s\mid T(X)=t) = \frac{\mathbb{P}(W(T)=s \ \cap \ T(X) = t)}{\mathbb{P}(T(X) = t)} \\ = \frac{\mathbb{P}(\mathbf{I}(X_1 + X_2 = 0) = s \ \cap \ X_1 + X_2 + \cdots + X_2 = t)}{\mathbb{P}(X_1 + X_2 + \cdots + X_n = t)}\\ = \frac{\mathbb{P}(\mathbf{I}(X_3 + X_4 + \cdots + X_n = t)=s)}{\mathbb{P}(X_1 + X_2 + \cdots + X_n = t)}
$$
The denominator is just $\frac{e^{-n\lambda}(n\lambda)^t}{t!}$.
When $s=1$, we have
$$\mathbb{P}(\mathrm{I}(X_3+X_4+\cdots+X_n=t) =1) = \frac{e^{-(n-2)\lambda}((n-2)\lambda)^t}{t!}
$$
So
$$\mathbb{P}(\mathrm{I}(X_3+X_4+\cdots+X_n=t) =0) = 1 - \frac{e^{-(n-2)\lambda}((n-2)\lambda)^t}{t!}
$$
After this, I'm unsure of how to find the expectation. Is my approach correct?